home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 192
- Top = 110
- BorderStyle = bsDialog
- Caption = 'About Swat!...'
- ClientHeight = 213
- ClientWidth = 209
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 193
- Height = 161
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Caption = 'Panel1'
- ParentColor = True
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 80
- Top = 24
- Width = 33
- Height = 33
- Picture.Data = {<image000.ico>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 83
- Top = 8
- Width = 27
- Height = 13
- Caption = 'Swat!'
- IsControl = True
- end
- object Hits: TLabel
- Left = 69
- Top = 56
- Width = 55
- Height = 13
- Alignment = taCenter
- Caption = '5 pts per hit'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 55
- Top = 120
- Width = 83
- Height = 13
- Alignment = taCenter
- Caption = 'Copyright � 1998'
- IsControl = True
- end
- object Comments: TLabel
- Left = 61
- Top = 104
- Width = 73
- Height = 13
- Alignment = taCenter
- Caption = 'Delphi Example'
- WordWrap = True
- IsControl = True
- end
- object Escape: TLabel
- Left = 55
- Top = 72
- Width = 82
- Height = 13
- Alignment = taCenter
- Caption = '-1 pts per escape'
- IsControl = True
- end
- object Miss: TLabel
- Left = 63
- Top = 88
- Width = 67
- Height = 13
- Alignment = taCenter
- Caption = '-2 pts per miss'
- IsControl = True
- end
- object Label1: TLabel
- Left = 48
- Top = 136
- Width = 97
- Height = 13
- Alignment = taCenter
- Caption = 'Borland International'
- IsControl = True
- end
- end
- object OKButton: TButton
- Left = 67
- Top = 180
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-